Leadtools.Dicom Namespace > DicomDataSet Class > GetValue Method : GetValue<T>(DicomElement,Boolean,Int64,T) Method |
public T GetValue<T>( DicomElement element, bool tree, long tag, T defaultValue )
'Declaration Public Overloads Function GetValue(Of T)( _ ByVal element As DicomElement, _ ByVal tree As Boolean, _ ByVal tag As Long, _ ByVal defaultValue As T _ ) As T
'Usage Dim instance As DicomDataSet Dim element As DicomElement Dim tree As Boolean Dim tag As Long Dim defaultValue As T Dim value As T value = instance.GetValue(Of T)(element, tree, tag, defaultValue)
public T GetValue<T>( DicomElement element, bool tree, long tag, T defaultValue )
ObjectiveC Syntax
function Leadtools.Dicom.DicomDataSet.GetValue``1(DicomElement,Boolean,Int64,``0)( element , tree , tag , defaultValue )
public: T^ GetValuegeneric<typename T> ( DicomElement^ element, bool tree, int64 tag, T^ defaultValue )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2